home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 October
/
Macworld (1998-10).dmg
/
Serious Demos
/
Morpha
/
3DO.DXR
/
00025_y rotate.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-31
|
257 b
|
16 lines
property mys
global grouper
on beginSprite me
set mys to the spriteNum of me
end
on mouseWithin me
set this to (the top of sprite mys - the mouseV + 32) * 0.01
sendAllSprites(#yfix, this)
end
on mouseEnter me
put "y rotate" into field "info"
end